-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to akka26 and scala2.13. #197
base: master
Are you sure you want to change the base?
Conversation
This can help people download artifacts for any op-rabbit branch or commit SHA and be able to test not-yet-released versions.
This change should enable to use op-rabbit with Akka 2.6 especially Akka Stream as the akka-streams support module was using deprecated API that got removed in 2.6
Any chance of SpinGo new release?? |
@timcharper could you please take a look? If it's ok, is that possible to create a new release? plz |
libraryDependencies ++= Seq( | ||
"com.timcharper" %% "acked-streams" % "2.1.1", | ||
"com.typesafe.akka" %% "akka-stream" % akkaVersion), | ||
// TODO: remove and switch to com.timcharper when https://github.com/timcharper/acked-stream/pull/7 gets merged and published |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
timcharper/acked-stream#7 has been merged, just need to wait for a release.
@timcharper Sorry for the mention, can you either plan a new release or add some new people as maintainers? |
https://github.com/pjfanning/op-rabbit supports scala 2.13 and akka 2.6 |
@pjfanning This results in Page not found. |
@stingster I fixed the URL in the comment above |
We are finally moving away from akka25 to akka26.
This branch is just a merge of #194 and #195.
Thanks to all people involved on moving op-rabbit forward.
Compiled artifacts are available at:
https://jitpack.io/#deal-engine/op-rabbit/a6f2dea2